Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[LoginInvitationResult](index.html)

LoginInvitationResult

[androidJvm]
sealed class LoginInvitationResult

Types

Name Summary
Companion [androidJvm]
object Companion
Error [androidJvm]
sealed class Error : Streem.LoginInvitationResult
LoggedIn [androidJvm]
data class LoggedIn(val invitation: Streem.StreemInvitation) : Streem.LoginInvitationResult

Inheritors

Name
LoggedIn
Error